'Declaration Public ReadOnly Property NewValue As T
public T NewValue { get; }
public: __property T* get_NewValue();
public:
property T^ NewValue { T^ get(); }
Property Value
This property returns:
- item value when item is added to collection
- new value of item when item is changed in collection
- null when item is removed from collection